home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD89628142000.psc / B5s Hex Location Resources.txt next >
Encoding:
Text File  |  2000-08-06  |  19.0 KB  |  634 lines

  1. Diablo 2 Hex Editing Tutorial By B5!!
  2.  
  3. Welcome to How to Hex Edit Diablo 2 Save Games For Dummies 
  4. In this Tutorial you will learn how to use the program hex workshop, and how to make a godly character. I hope this help you to hacking more later on. This is my first tutorial so it will have some errors, but I hope it does not ruin to the tutorial.
  5.  
  6. Index.
  7. (To get to a section faster, go to: search and select the find tab and put in the desired sections number surrounded with parentheses (i.e.: (1)) to jump to that section.)
  8.  
  9. 1:Using Hex workshop
  10. 2:Stats
  11. 3:Hp Mana and Stamina
  12. 4:Experience and Level
  13. 5:Money
  14. 6:Classes
  15. 7:nightmare and hell
  16. 8:All Acts
  17. 9:All waypoints
  18. 10:Skill points and Stat points
  19. 11:Paladin Skills
  20. 12:Amazons Skills
  21. 13:Necromancer Skills
  22. 14:Barbarian Skills
  23. 15:Sorceress Skills
  24. 16:Normal Quests
  25. 17:Nightmare Quests
  26. 18:Hell Quests
  27. 19:Credits
  28.  
  29. (1) Using Hex workshop.
  30.  
  31. First, you need hex workshop you can get it at http://www.bpsoft.com/downloads/. Now that you have it we can start on the lessons.
  32.  
  33. Ok open up hex workshop go to file in the upper left corner and go to open we are going to open up a Diablo 2 save game file to do this go to where you have Diablo 2 install most likely 
  34. C:\program files\diablo2\ now go to the save folder, it is named save, now find a .d2s file and open it now you will see a lot of numbers in the middle of the screen (hex code.)
  35.  
  36. Now on the left side of the numbers you have the address we will get more in to address in a minute on the right there are .... and stuff. We do not really need to use this now. In the middle that, however, is the hex code and that is what we will be editing.
  37.  
  38. Now we I will talk about address. An address is a spot in the code where the program looks for info on how to load the file. We want to edit address so we are like a god and shit. We can tell what address we are on by looking in the lower right comer look for offset: 00000000 next to it you will see {0x00000000} this is the hex address you are on now that you no address we will move on.
  39.  
  40. Now I will talk about hex code it self-hex ok Hex is A base 16 form of counting, 
  41. 0,1,2,3,4,5,6,7,8,9,a,b,c,d,e,f,10,11,12,13,14,15,16,17,18,19,1a,1b,1c,1d,1e,1f,20 
  42. Get The Idea? Ok now that we no how hex work we can move on.
  43.  
  44. Ok now we will do some editing. I will start by showing you how to edit your strength. To do this, find the address 0x00000235. Now that you are there I will tell you about signed byte. This is under where you look to see what address you are on, Now you see there a number next to it, that it what your strength is what I want you to do is type in FF on address 0x00000235. Now you will see that number is now 255 and now your character will have 255 strength. OK now you know how to use a hex editor now the real fun starts.
  45.  
  46. Now I will you the address of stats and skills and waypoints and acts and all that good shit and let you edit them to what you want. I am does telling you where to edit the hex I will put notes in there for you to read to help you. Now we start!
  47. (2) Stats
  48.  
  49. Strength At address: 0x00000235 to 0x00000237
  50. Dexterity At address: 0x0000023D to 0x0000023F
  51. Vitality At address: 0x00000241 TO 0x0000043
  52. Energy At address: 0x00000239 to 0x0000023B
  53.  
  54. (3) Hp Mana and Stamina
  55.  
  56. HP 
  57.  
  58. address: 0x00000246 to 0x00000249 edit hex to 7d 2b 75 to get 2.1 bil HP
  59. address: 0X0000024A to 0x0000024D do the same as above
  60.  
  61.  
  62. Mana 
  63.  
  64. address: 0x0000024E to 0x00000251 edit hex to 7d 2b 75 to get 2.1 bil HP
  65. address: 0X00000252 to 0x00000255 do the same as above
  66.  
  67. Stamina 
  68.  
  69. address: 0x00000256 to 0x00000259 edit hex to 7d 2b 75 to get 2.1 bil HP
  70. address: 0x0000025A to 0x0000025D do the same as above
  71.  
  72. (4) Experience
  73.  
  74. address: 0x00000261 to 0x00000264
  75.  
  76. Level
  77. Address: 0x00000024
  78.  
  79. level has to match experience or you'll find yourself a newbie.
  80.  
  81. Level Experience
  82. 0 0 
  83. 1 500 
  84. 2 1500 
  85. 3 3750 
  86. 4 7875 
  87. 5 14175 
  88. 6 22680 
  89. 7 32886 
  90. 8 44396 
  91. 9 57715 
  92. 10 72144 
  93. 11 90180 
  94. 12 112725 
  95. 13 140906 
  96. 14 176132 
  97. 15 220165 
  98. 16 275207 
  99. 17 344008 
  100. 18 430010 
  101. 19 537513 
  102. 20 671891 
  103. 21 839864 
  104. 22 1049830 
  105. 23 1312287 
  106. 24 1640359 
  107. 25 2050449 
  108. 26 2563061 
  109. 27 3203826 
  110. 28 3902260 
  111. 29 4663553 
  112. 30 5493363 
  113. 31 6397855 
  114. 32 7383752 
  115. 33 8458379 
  116. 34 9629723 
  117. 35 10906488 
  118. 36 12298162 
  119. 37 13815086 
  120. 38 15468534 
  121. 39 17270791 
  122. 40 19235252 
  123. 41 21376515 
  124. 42 23710491 
  125. 43 26254525 
  126. 44 29027522 
  127. 45 32050088 
  128. 46 35344686 
  129. 47 38935798 
  130. 48 42850109 
  131. 49 47116709 
  132. 50 51767302 
  133. 51 56836449 
  134. 52 62361819 
  135. 53 68384473 
  136. 54 74949165 
  137. 55 82104680 
  138. 56 89904191 
  139. 57 98405658 
  140. 58 107672256 
  141. 59 117772849 
  142. 60 128782495 
  143. 61 140783010 
  144. 62 153863570 
  145. 63 168121381 
  146. 64 183662396 
  147. 65 200602101 
  148. 66 219066380 
  149. 67 239192444 
  150. 68 261129853 
  151. 69 285041630 
  152. 70 311105466 
  153. 71 339515048 
  154. 72 370481492 
  155. 73 404234916 
  156. 74 441026148 
  157. 75 481128591 
  158. 76 524840254 
  159. 77 572485967 
  160. 78 624419793 
  161. 79 681027665 
  162. 80 742730244 
  163. 81 809986056 
  164. 82 883294891 
  165. 83 963201521 
  166. 84 1050299747 
  167. 85 1145236814 
  168. 86 1248718217 
  169. 87 1361512946 
  170. 88 1484459201 
  171. 89 1618470619 
  172. 90 1764543065 
  173. 91 1923762030 
  174. 92 2097310703 
  175. 93 2286478756 
  176. 94 2492671933 
  177. 95 2717422497 
  178. 96 2962400612 
  179. 97 3229426756 
  180. 98 3520485254 
  181. 99 3837739017 
  182.  
  183. (5) Money
  184.  
  185. address: 0x00000265 to 0x00000268 (money on your character)
  186. address: 0x00000269 to 0x00000272 (money in your stash)
  187.  
  188. (6) Classes
  189.  
  190. address: 0x00000022 
  191. For Amazon edit to 00 
  192. For Sorceresses edit to 01
  193. For Necromancer edit to 02 
  194. For Paladin edit to 03 
  195. For Barbarian edit to 04 
  196.  
  197. (7) Open up nightmare and hell.
  198.  
  199. address: 0x00000019 edit hex to 04 this only open nightmare
  200. address: 0x00000019 edit hex to 14 this will open up nightmare and hell
  201.  
  202. (8) All Acts.
  203.  
  204. Normal
  205. address: 0x0000009A edit hex to 01 =Act 2
  206. address: 0x000000AA edit hex to 01 =Act 3
  207. address: 0x000000BA edit hex to 01 =Act 4
  208.  
  209. Nightmare
  210. address:0x0000000FA edit hex to 01 =Act 2
  211. address:0x00000010A edit hex to 01 =Act 3
  212. address:0x00000011A edit hex to 01 =Act 4
  213.  
  214. Hell
  215. address:0x00000015A edit hex to 01 =Act 2
  216. address:0x00000016A edit hex to 01 =Act 3
  217. address:0x00000017A edit hex to 01 =Act 4
  218.  
  219. There is a bug in this you cannot do last quest on act 3.
  220.  
  221. (9) All waypoints.
  222.  
  223. Normal all waypoints
  224. address: 0x000001B6 edit hex to FF 
  225. address: 0x000001B7 edit hex to FF
  226. address: 0x000001B8 edit hex to FF 
  227. address: 0x000001B9 edit hex to 3F
  228.  
  229. Nightmare all waypoints
  230. address: 0x000001CE edit hex to FF 
  231. address: 0x000001CF edit hex to FF 
  232. address: 0x000001D0 edit hex to FF
  233. address: 0x000001D1 edit hex to F3
  234.  
  235. Hell all waypoints
  236. address: 0x000001E6 edit hex to FF
  237. address: 0x000001E7 edit hex to FF
  238. address: 0x000001E8 edit hex to FF
  239. address: 0x000001E9 edit hex to F3
  240.  
  241. This open all the waypoints for the act you when you open up an act you all ready have all the waypoints.
  242.  
  243. (10) Skill points and Stat points.
  244.  
  245. address:0x00000249 edit Hex From 01 to FF (Skill points)
  246. address:0x00000245 edit Hex From 01 to FF (Stat points)
  247.  
  248. (11) Paladin Skills
  249.  
  250. All Skills can be edited from 01 to 14
  251.  
  252. Combat Skills
  253.  
  254. Address: 0X0000026F -->Sacrifice 
  255. Address: 0x00000270 -->Smite 
  256. Address: 0x00000274 -->Holy Bolt
  257. Address: 0x00000279 -->Zeal
  258. Address: 0x0000027A -->Charge
  259. Address: 0x0000027E -->Vengeance 
  260. Address: 0x0000027F -->Bless Hammer 
  261. Address: 0x00000283 -->Conversion 
  262. Address: 0x00000284 -->Holy Shield
  263. Address: 0x00000288 -->Fist of The Heavens
  264.  
  265. Offensive Auras
  266.  
  267. Address: 0x00000271 -->Might
  268. Address: 0x00000275 -->Holy Fire
  269. Address: 0x00000276 -->Thorns
  270. Address: 0x0000027B -->Blessed Aim 
  271. Address: 0x00000280 -->Concentration 
  272. Address: 0x00000281 -->Holy Freeze
  273. Address: 0x00000285 -->Holy Shock
  274. Address: 0x00000286 -->Sanctuary 
  275. Address: 0x00000289 -->Fanaticism
  276. Address: 0x0000028A -->A Conviction
  277.  
  278. Defensive Auras
  279.  
  280. Address: 0x00000272 -->Prayer
  281. Address: 0x00000273 -->Resist Fire
  282. Address: 0x00000277 -->Defiance
  283. Address: 0x00000278 -->Resist Cold
  284. Address: 0x0000027C -->Cleansing 
  285. Address: 0x0000027D -->Resist Lightning
  286. Address: 0x00000282 -->Vigor 
  287. Address: 0x00000287 -->Meditation
  288. Address: 0x0000028B -->Redemption
  289. Address: 0x0000028C -->Salvation
  290.  
  291. (12) Amazons Skills
  292.  
  293. All Skills can be editing from 01 to 14
  294.  
  295. Skill Names
  296.  
  297. Bow and Crossbow Skills
  298.  
  299. Address: 0X0000026F -->Magic arrow 
  300. Address: 0x00000270 -->Fire Arrow 
  301. Address: 0x00000274 -->Cold Arrow 
  302. Address: 0x00000275 -->Multiple Shot
  303. Address: 0x00000279 -->Exploding Arrow 
  304. Address: 0x0000027E -->Ice Arrow 
  305. Address: 0x0000027F -->Guided Arrow
  306. Address: 0x00000283 -->Strafe 
  307. Address: 0x00000284 -->Strafe 
  308. Address: 0x00000288 -->Freezing Arrow
  309.  
  310. Passive and Magic Skills
  311.  
  312. Address: 0x00000271 -->inner Sight
  313. Address: 0x00000272 -->Critical Strike
  314. Address: 0x00000276 -->Dodge 
  315. Address: 0x0000027A -->Slow Missiles 
  316. Address: 0x0000027B -->Avoid
  317. Address: 0x00000280 -->Penetrate
  318. Address: 0x00000285 -->decoy
  319. Address: 0x00000286 -->Evade 
  320. Address: 0x00000289 -->Valkyrie
  321. Address: 0x0000028A -->Pierce
  322.  
  323. Spear and Javelin Skills
  324.  
  325. Address: 0x00000273 -->Jab
  326. Address: 0x00000277 -->Power Strike
  327. Address: 0x00000278 -->Poison Javelin 
  328. Address: 0x0000027C -->Impale 
  329. Address: 0x0000027D -->Lightning Bolt
  330. Address: 0x00000281 -->Charged Strike
  331. Address: 0x00000282 -->Plague Javelin
  332. Address: 0x00000287 -->Fend
  333. Address: 0x0000028B -->Lightning Strike
  334. Address: 0x0000028C -->Lightning Strike
  335.  
  336. (13) Necromancer Skills
  337.  
  338. All Skills can be editing from 01 to 14
  339.  
  340. Curses
  341.  
  342. Address: 0x0000026B -->Amplify Damage
  343. Address: 0x00000270 -->Dim Vision
  344. Address: 0x00000271 -->Weaken
  345. Address: 0x00000275 -->Iron Maiden
  346. Address: 0x00000276 -->Terror
  347. Address: 0x0000027A -->Confuse
  348. Address: 0x0000027B -->Life Tap
  349. Address: 0x0000027F -->Attract
  350. Address: 0x00000280 -->Decertify
  351. Address: 0x00000284 -->Lower Resist
  352.  
  353. Poison and Bone Spells
  354.  
  355. Address: 0x0000026C -->Teeth
  356. Address: 0x0000026D -->Bone Arrow
  357. Address: 0x00000272 -->Poison Dagger
  358. Address: 0x00000273 -->Corpse Explosion
  359. Address: 0x00000277 -->Bone Wall
  360. Address: 0x0000027C -->Poison Explosion
  361. Address: 0x0000027B -->Bone Spear
  362. Address: 0x00000281 -->Bone Prison
  363. Address: 0x00000285 -->Prison Nova
  364. Address: 0x00000286 -->Bone Spirit
  365.  
  366. Summoning Spells
  367.  
  368. Address: 0x0000026F -->Raise Skeleton
  369. Address: 0x0000026E -->Skeleton Mastery
  370. Address: 0x00000274 -->Clay Golem
  371. Address: 0x00000278 -->Golem Mastery
  372. Address: 0x00000279 -->Raise Skeletal Mage
  373. Address: 0x0000027E -->Blood Golem
  374. Address: 0x00000282 -->Summon Resist
  375. Address: 0x00000283 -->Iron Golem
  376. Address: 0x00000287 -->Fire Golem
  377. Address: 0x00000288 -->Revive
  378.  
  379.  
  380. (14) Barbarian Skills
  381.  
  382. All Skills can be edited from 01 to 14
  383.  
  384. Combat Skills
  385.  
  386. Address: 0x0000026B -->Bash
  387. Address: 0x00000271 -->Leap
  388. Address: 0x00000272 -->Double Swing
  389. Address: 0x00000278 -->Stun
  390. Address: 0x00000279 -->Double Throw
  391. Address: 0x0000027C -->Leap Attack
  392. Address: 0x0000027D -->Concentrate
  393. Address: 0x00000280 -->Frenzy
  394. Address: 0x00000284 -->Whirlwind
  395. Address: 0x00000285 -->Berserk
  396.  
  397. Combat Masteries
  398.  
  399. Address: 0x0000026C -->Sword Mastery
  400. Address: 0x0000026D -->Axe Mastery
  401. Address: 0x0000026E -->Mace Mastery
  402. Address: 0x00000273 -->Pole Arm Mastery
  403. Address: 0x00000274 -->Throwing Mastery
  404. Address: 0x00000275 -->Spear Mastery
  405. Address: 0x0000027A -->Increased Stamina
  406. Address: 0x0000027E -->Iron Skin
  407. Address: 0x00000281 -->Increased Speed
  408. Address: 0x00000286 -->Natural resistance
  409.  
  410. War Cries
  411.  
  412. Address: 0x0000026F -->Howl
  413. Address: 0x00000270 -->find Potion
  414. Address: 0x00000276 -->Taunt
  415. Address: 0x00000277 -->Shout
  416. Address: 0x0000027B -->Find Item
  417. Address: 0x0000027F -->Battle Cry
  418. Address: 0x00000282 -->Battle Orders
  419. Address: 0x00000283 -->Grim Ward
  420. Address: 0x00000287 -->War Cry
  421. Address: 0x00000288 -->Battle Command
  422.  
  423. (15) Sorceress Skills
  424.  
  425. All Skills can be edited from 01 to 14
  426.  
  427. Fire Spells
  428.  
  429. Address: 0x0000026B -->Fire Bold
  430. Address: 0x0000026C -->Warmth
  431. Address: 0x00000270 -->Inferno
  432. Address: 0x00000275 -->Blaze
  433. Address: 0x00000276 -->Fire Ball
  434. Address: 0x0000027A -->Fire Wall
  435. Address: 0x0000027B -->Enchant
  436. Address: 0x0000027F -->Meteor
  437. Address: 0x00000284 -->Fire Mastery
  438. Address: 0x00000285 -->Hydra
  439.  
  440. Lightning Spells
  441.  
  442. Address: 0x0000026D -->Charged Bolt
  443. Address: 0x00000271 -->Static Field
  444. Address: 0x00000272 -->Telekinesis
  445. Address: 0x00000277 -->Nova
  446. Address: 0x00000278 -->Lightning
  447. Address: 0x0000027C -->Chain Lightning
  448. Address: 0x0000027D -->Teleport
  449. Address: 0x00000280 -->Thunder Storm
  450. Address: 0x00000281 -->Energy Shield
  451. Address: 0x00000286 -->Lightning Mastery
  452.  
  453. Cold Spells
  454.  
  455. Address: 0x0000026E -->Ice Bolt
  456. Address: 0x0000026F -->Frozen Armor
  457. Address: 0x00000273 -->Frost Nova
  458. Address: 0x00000274 -->Ice Blast
  459. Address: 0x00000279 -->Shiver Armor
  460. Address: 0x0000027E -->Glacial Spike
  461. Address: 0x00000282 -->Blizzard
  462. Address: 0x00000283 -->Chilling Armor
  463. Address: 0x00000287 -->Frozen Orb
  464. Address: 0x00000288 -->Cold Mastery
  465.  
  466. (16) Normal Skills level Quests
  467.  
  468. Act 1 Quests
  469.  
  470. Den of Evil 
  471.  
  472. address:0x0000008E edit hex to 04 -->start of quest 
  473. address:0x0000008E edit hex to 06 -->get quest reward 
  474. address:0x0000008E edit hex to 07 and address:0x0000008F 10 --> quest done
  475.  
  476. Sister's Burial Gurialesistance
  477.  
  478. War Cries
  479.  
  480. Address: 0x0000l4ln.
  481.  
  482. AddNaturea000002ddree Command
  483.  
  484. (15) Sorceresdress:0x00s4->N
  485. Act ee that number is) -->Resist Cold
  486. Addresist
  487.  
  488. Suest reward 
  489. address:0x0orceresdress:0xiress::al0ghtning
  490. Addres83t:dress:67V65rewarss: 0x00000279 -->St Quests
  491. ss: 0x000y.h027e Quests
  492. ss: 0x000y.h027e Quests
  493. ss: 0x000y.h027e Q)6rd 
  494. address:0x0000008E edit Ei0o9 -->Shiver Armor
  495. Address: 0x0000027E -->Glacial Sp4iot4iax0000008E edit Ei0o9 -->S  rialesi 
  496. 7 -->Nova
  497. Address: 0x00000278 -->Lightning
  498. Address:C60000281 -->Energy Shield
  499. Ad1F (Skil5otl5aArmor
  500. Address: 0x0000027ter Ar(LightB15) Sorceresdress:0x00s4->N
  501. Act ee that number is) -->Resist Cold
  502. Addresist
  503.  
  504. Sueress:0x0000008E edit h6d00y.h0rewarss:: 0x000t
  505.  
  506. (1bning Strike
  507.  
  508. (13) Necromancer Skills
  509.  
  510. All Skills can b. 0x0ben7ger SkiBur SvaeLigh0x00s4->N
  511. Act ee that n
  512.  
  513. All Skills can b. 0x0bHS6B edit He1en ArmLp1>Poison Exq5 
  514. adSpike00274o5aArmor
  515. Address: 0x00000or
  516. Addrn7ger Ski8 Sorceresdress:0x00s4->N
  517. xq5 
  518. adS0o
  519. adS04 01 to 14
  520.  
  521. Fire Spells
  522.  
  523. Address: 0x000nn b.i0751ddru1Add
  524. address:0x0000008E edit hcu1Add
  525. addrn b.d
  526. ad0s4->bSorceresdress:0x00s4->N
  527. Act ee that number is) -->Resist C0x0481128591 t
  528.  
  529. ss:d59umber is) -->Resist C0x0481128591 t
  530.  
  531. ss:d59umber is) -->Resist C0x:0x00s4->N
  532. Act ee that numbet:dress:67V65rewarss: 0x00000279 -->St Quests
  533. ss: 0x07oo0274o5aArmor
  534. Address: 0x00000or
  535. Addrn7ger Ski8 SorceresdArmorss: 0x07oo4aAddress:C60000281 -->Energc0000276 --B\9000iv0s4->bSorceresdress:0x00s4\dg thts: 0 e Spe81 -->Ener4aesdress:0x00s4->N
  536. Act ee tp1
  537. 1Cy74o161 -CS->R nE>N
  538. Act000008E edit 21>bSor1
  539. 1Cyress:1 -CSAddrnE>N
  540. kiBur9>bSs4ser SkiBuss:0xeress:0x00s4->N
  541. xq5 60x0415 
  542. a1ts: 0 e Spe81 -->En9that-->Rec  r1Tess:1is) -Bone Spt11600001t C0x0481128591 t
  543.  
  544. ss:d59umber is)aceresdress:0x00s4->N
  545. Act e,wind
  546. Addr680000231Cyi1meiniN
  547. Act e,wind
  548. Addr680000231Cyi1meiniN
  549. Act e,wind
  550. Addrcerex:0x00s4->N
  551. Act ee that numbet:dresseSAll S86lls c \481g000285 -->Prison Nova
  552. A(drss:w1AdP>N
  553. Act ee that numbet:dresseSAll S86lls c \481g000285 -0x01is)rewarss: 0x00000279 -->St Quests
  554. ss: 0x07oo0274o5aArmoN4o5
  555. 5I Sorceresdress:0x00s4-Act ee t4o5aAamSceCner4aesdress:0x00s4->N
  556. Act ee tp1
  557. 1Cy74o161 -CS->R nE>N
  558. Act000ress:81esistct00000276 --B\9000iv0s4->ss:0x00s4-Act ee t4o5aAamS4->N8E edAressect000ress:81esistct00000276 --B\9000iv0s276 --B\9000iv0s276 -e
  559. c00027E -->Glacial Sp4iot4i40000) --On0rewarss: 0x00000279 -->St Quests
  560. ss: 0x07oo0274o5aArmorn
  561. Address: 0x00000276 -->Terror
  562. Addre a2oct ee tp1
  563. 1Cy74o161 -rrmorn
  564. Address: 0x00000276 )w:0x00 0x0mi ed8E ed->N,dresdr shw274o
  565. Addre a2oct ee tp1
  566. 1Cy74o161 -rrmorn
  567. Address: 0x00000276 )w:0x00 dit th -CS8t000ress:81esistct00000276 --B\9000iv0s276 --B\9000iv0000F5700276 : 0-B\9000iv0s276 --B\9000iv0000F5700276 : 0-B\9000iv0ssts
  568.  0 0x0mi ed8E ed->N,dresdr shw274o
  569. Addre a2oct ee tp1
  570. 1Cy7CF5va
  571. Address: 0x00000278 lls0mi eesidres1
  572. ss: F50274o5lt HAddre --Bed8E15dd 5(: F50274o5lt H8E ed->N,dresdr shw274o
  573. A4o5lt H8E ed->N,dresdr shw274o
  574. A4o5lt H8E ed->N,dreE>N
  575. A 0-B\9000iv0ssts
  576.  0 0x0mi ed8E ed->N,dresdr shw274o
  577. Addrert ee tp1
  578. 1Cy74o161 -rrmorn
  579. Address: 0x00000276 )w:0x0y Buss:0(N
  580. Act ee that numbet:dresseSAll S86lls c \481g0002858
  581. Asect000resn5wlls c \481g00076 --B\9000iv0s276 --B\900ison N0x0nzTen1esist4
  582. Act000r400iv0s276 -uoca>N
  583. Act ee tp1
  584. 1Cy74o161 -CiIy Shie91 t
  585. 80 )w:0x0 ee tl9o0 ---CS->RaSAll S86lls c \481g000285w274okll S810x00006lls crce 0 Asecto0d5otd5a-B\9000iv0s276 --B\900itl976 -eet4tokll5t74oks: >Reed->,dreE crce1--CS->RaSAll S86lls t0000a0y Buss:0(N
  586. Aa0000276 --B\9000iv0s4->ss: --B\9000i:dres6lls 85ee t4aesdress:0x0B S86A1t000A1: 0t eead8E ek94v6A1t shw274o
  587. A4o5lt H8E ed->N,dreE>N
  588. A 0-B\9000iv0ssts
  589.  0 0x0mE e0 F t4o5aB: 0tn
  590.  0 8
  591. Asect000resn5wlls c \481g00076 --B\9000iv0s276 --B\900ison N8500iv0s276 --B\900ison N8500iv0s276 --B\900ison N8500iv061 -85 80 )wa3eSr3dre a8Address: 0x00000276 )w:0x00 0x0mi ed8E ed->N,dresdr shw275wlls c \481g6eveSev276 )16 --B\900ison76 --Bk8500iHiill S86lls c \481g0002858
  592. Asect000resn5wlls c \481g00076 --B\900a00287 -->Frozen Orb
  593. Addresdre aee tp1
  594. 1Cy487 s c-B\900io
  595. A4o5lt H8E ed->N,dreE>NDprsE ed->N,d Skill000r00006lls crce 0 Asecto0d5otd5a-B\9087 s c-B\900io
  596. A4o5lt H8E ed->N,dreE>NDprsE ed->N,dbr c-B\900iveSeraaC8E ed-ed->g000285rce1--CS->RaSAll S86lls t0000a0y Buss:0(N
  597. Aa0000276 --B\90t0000a0y questsdr s0 As9crcea000285rce1--CS->RaSAll la As9crcea000285rce1--CSress:  t4ar 0-B\9000iv0ssts
  598.  0 0x0mE e0 F t4o5e0 F ->Meteor
  599. Address: 0x00000284 -->Fire Mastery
  600. Address: 0x--B ->Mel Sar00iv0s276 --B\900ison N8500iv0s276 eteor8olsi 0x0msi0x0nzar5 80 )wa3eSr3dre a8Address: 0x0000061c
  601. Address: 0x00000271 -->Static Field
  602. Address: 0x00000272 resocaat6lls >NDpr'ess: eteor8olsi 0x0msi0x0nzar5 80 )wa3eSr3dreB\90c-->Fir8olsi 0x0msi0x0nzass: 0x--B ->Mel Sar00iv0s000a00,ass: et,Allrnzass: 0x--B ->Mel 5180 33a t4o3aor
  603. Aret,Allrnzass: 0x--B6Leteq7a
  604.  
  605. Stamina 
  606.  
  607. address: 0x8zar5 )w
  608.  res  \90
  609.  0x0rrtamina 
  610.  
  611. address:6  6 -  B -
  612.  000rr27F -->Guas: 0x--B ->Mel Sar00iv0s276 --B\900iso27F -req7a
  613.  
  614. Stamina 
  615.  
  616. addressr5 )w
  617.  res  \90
  618.  0x0rrtamina 
  619.  
  620. address:6  6 -  B -
  621.  000rr27F -->Guas: s: 0x0000027B -->Life TapaeSr3dreB\90c-->Fir8olsi 0x0msi0x0nzas>Lifer\9000iv0s276 --B\900ison Nw1 ->Fir8olsikc-->-B\9000iv0c276 --B\900ison N8500iv0s2ls c \481g00atning Str86o--B\900a00287 -->Frozen Orb
  622. Addresdre 86 aee 5ar -->Resis86oa8Address: 0x0000061caB\900a00287 -->Frozen Orb6drearxploding 86o 0 Asecto0d5otd5a-B\9087 s c-B\900io
  623. A486rrxploding 86o 0 Asecto0d5oarsecto0d5o--CS->RaSAsSeSE ed-aAsSeSE ed9000i:dres6lls 85ee t4aesdrfAddress:C6odres6lls 85ee t4aesdrfAddress:C6odres6lls1g064dres6li0i:dres6lls 85ee t4aesdrfAddress:C6odrtx07oogK9-CS->RaSArt 1o0274mhwaoogK9-CS8olsikS8olon N(Dpss:C61caB\95fs: 0x00000or
  624. Addrn7ger stsdr s0 As9crcea000285rce1--CS->RaSAll likS8076 T45rc -85 80 )wa3eSr3dre a8Address: 0x00000276 )w:0x00 0x0mt hexpF
  625. Adddx61 -CS->R 8278 -->Poison Javelin 
  626. Address: 0x0000027C -->Impal>Poison Javelin 
  627. AddMoAct8Addh-CS hexpF0027C -->1:B-AXAct8:0x00s4->N
  628. Aee tp1
  629. 1Cy74o161 -CS8:0x0000iv0s276 --B\9000iv0000Fke
  630.  
  631. (13) Necromancer l0x00000276tp1
  632. 1Cy74o161 -CS8:0x0000iv0s276 --B\9000iv0000Fke
  633.  
  634. d12nres06rnrroE7C -->ImpaS